home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / snif134.zip / EX2.CTL < prev    next >
Text File  |  1991-11-18  |  1KB  |  32 lines

  1. ;
  2. ; SNiF example 2 control file
  3. ;
  4. ; Creates a file called BIGSTUFF.TXT, listing all files greater than
  5. ; 512 Kb (approximately). Hidden files are NOT listed.
  6. ;
  7. -d                                   ; turn off sniffed messages
  8. +wCZ                                 ; search all drives
  9. ;
  10. ; Prepare logfile and logfile format
  11. ;
  12. +lBIGSTUFF.TXT                       ; open logfile
  13. +bAll files greater than 1/2 Mb :\0d ; logfile comment
  14. +k&f\0d   Size: &s bytes.\0d         ; template string for logfile output
  15. ;
  16. ; Now set the filesize criterion to >512000 bytes
  17. ;
  18. +zG512000                            ; greater than 1/2 Mb
  19. ;
  20. ; Don't forget to exclude hidden files, using advanced exceptions
  21. ;
  22. +m                                   ; start building
  23. +aH                                  ; attribute mask for Hidden
  24. *.*                                  ; any hidden file > 1/2 Mb
  25. -a                                   ; turn off attribute mask
  26. +m1                                  ; activate advanced exceptions
  27. ;
  28. ; The actual filemask to snif for (all files)
  29. ;
  30. *.*
  31.  
  32.